C/S/O 등급 지정 기능 개발문서
info
사용자는 우클릭 메뉴를 통해 문서에 등급을 지정할 수 있습니다.
1.개요
- 사용자는 우클릭 메뉴를 통해 문서에 등급을 지정할 수 있습니다.
2. 관련 모듈
파일명 | 경로 | 버전 | 설명 |
---|---|---|---|
DS365.Core.dll | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.0.11 | |
DS365.Agent.exe | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.1.14 | |
SCAICommon.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCAICommon64.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCEncFile.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCEncFile64.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
DS365Auth64.exe | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.2.17 | |
SCPD_DS365.dll | C:\Windows\Softcamp\sdk\scsa | 6.0.5.16 | |
SCPD_DS36564.dll | C:\Windows\Softcamp\sdk\scsa | 6.0.5.16 | |
DSSteganoDataAg.dll | C:\Windows\Softcamp\SDS | 6.0.0.6 | |
DSSteganoDataAgx64.dll | C:\Windows\Softcamp\SDS\x64 | 6.0.0.6 | |
DSEDCommon.64.dll | C:\Windows\Softcamp\SDS | 6.0.0.14 | |
DSEDCommonx64.dll | C:\Windows\Softcamp\SDS\x64 | 6.0.0.14 |
3. 기능 설정
- 아래 항목 중 필수 항목은 꼭 설정해야 기능이 동작합니다.
1. DS_MIP_INIT 정책에 관리센터 도메인추가 (필수)
커스텀 정책 DS_MIP_INIT 정책의 json 데이터의 아래의 Security365 관리센터 도메인을 추가해야합니다.( 보안 등급 및 레이블 정보를 가져오기 위함 )
{
...
"s365_portal_url":"https://devspsvr.softcamp.co.kr" // 주의) 해당 주소값은 계발계주소의 예시이며, 사이트에 적용시 알맞은 public 도메인으로 변경 필요함.
...
}